home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / REFLECT.PLT < prev    next >
Text File  |  1994-12-02  |  646b  |  25 lines

  1. set window x 2 12 y 0 10
  2. set limits x -8 8 y -2 14
  3. set axes all off
  4. set color lightred
  5. 0 12;  1 12;  1.7 12;  2 11.9;  2.3 11.7;  2 11.5;  2 11;  2 10.3;  2.5 9.5
  6. 3 8;  2.7 6;  2.2 4;  1.6 2;  1.2 1.1;  1.2 .9;  1.5 .5;  1.8 .3;  2 .2
  7. 2 .1;  1.9 0;  1.8 0;  1 0;  0 0
  8. join                    % draw the curve
  9. set limits x 8 -8       % flip the X-axis
  10. set color lightblue
  11. join                    % draw the reversed curve
  12. set limits x -9 7
  13. set color lightred
  14. join
  15. set limits x -10 6
  16. set color lightred
  17. join
  18. set limits x -8 8
  19. set color black
  20. set linestyle 8
  21. 0 -1; 0 13
  22. join 1
  23. set linestyle
  24. title .3 .3 size 3 "REFLECT.PLT"
  25.